home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inventor Labs: Transportation
/
InventorLabs - Transportation.iso
/
pc
/
builders
/
media
/
netacess
/
url95.dir
/
00032_Script_32
< prev
next >
Wrap
Text File
|
1996-10-10
|
247b
|
13 lines
on exitFrame
global TheWeb,WebError
--
-- stay on this frame until AOL is no longer running
--
if TheWeb(mIsBrowserRunning) <> 0 or TheWeb(mIsAOLOnline) = 1 then
go frame the frame
else
go "Start"
end if
end